SftTree/NET 2.0

BottomItemPartial Property, SftTree Class

Softel vdm, Inc.

Returns the last item displayed in the tree control's client area, that is only partially visible.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property BottomItemPartial As ItemClass

C#   

public ItemClass BottomItemPartial { get; }

C++   

public: property ItemClass^ BottomItemPartial {
        ItemClass^ get();
}

Property Value

The last item or null/Nothing if there is no item that is only partially visible.

Comments

The BottomItemPartial property returns the last item displayed in the tree control's client area, that is only partially visible.

BottomItemPartial returns the last item, but only if it is only partially visible. BottomItem always returns the last visible item, which may or may not be partially clipped vertically.

The TopItem property defines the first item displayed in the tree control's client area.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com